home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / gfx / show / CyberQT.lha / CyberQT / CyberQT.readme < prev    next >
Text File  |  1997-07-16  |  4KB  |  96 lines

  1. Short:    V1.3, QuickTime animation player for CyberGraphX/AGA and 68020+
  2. Uploader: tboeckel@uni-paderborn.de (Thore Boeckelmann)
  3. Author:   tboeckel@uni-paderborn.de (Thore Boeckelmann)
  4. Type:     gfx/show
  5. Replaces: gfx/show/CyberQT11.lha
  6.  
  7.  CyberQT is a fast QuickTime animation player for 020+ machines with AmigaOS 3.0
  8.  or higher and a graphic board with CyberGraphX or AGA.
  9.  
  10.  
  11.  minimum hardware requirements:
  12.    -Amiga with AmigaOS 3.0 (V39)
  13.    -MC68020
  14.    -graphic board with CyberGraphX (eg. CyberVision64, Picasso II, Retina, etc)
  15.     or AGA chipset
  16.    -2MB of FastRAM, 512K of ChipRAM
  17.  
  18.  
  19.  software requirements
  20.    -CyberGraphX 2.21 or higher (if used with a graphic board)
  21.    -asyncio.library V39 (included)
  22.    -garbagecollector.library V3 (included)
  23.  
  24.  
  25.  recommended hardware requirements:
  26.    -Amiga with AmigaOS 3.1 (V40)
  27.    -MC68040 at 25MHz minimum
  28.    -graphic board with CyberGraphX 2.21 or higher
  29.  
  30.  
  31.  Supported encodings until now:
  32.  
  33.      Radius CinePak     (CVID)               8 bit (only gray)
  34.      Radius CinePak     (CVID)        16/24/32 bit
  35.      JFIF JPEG          (JPEG)               8 bit (only gray)
  36.      JFIF JPEG          (JPEG)              24 bit
  37.      Kodak Photo CD     (KPCD)        16/24/32 bit
  38.      Microsoft Video 1  (MSVC)            8/16 bit
  39.      Apple Animation    (RLE)            1/4/8 bit (color and gray)
  40.      Apple Animation    (RLE)         16/24/32 bit
  41.      Apple Uncompressed (RAW)            1/4/8 bit (color and gray)
  42.      Apple Uncompressed (RAW)         16/24/32 bit
  43.      Apple Video        (RPZA)              16 bit
  44.      Apple Graphics     (SMC)                8 bit
  45.      Component Video    (YUV2)        16/24/32 bit
  46.      Intel Raw          (YUV9)        16/24/32 bit
  47.  
  48.  
  49.      PCM        8/16 bit Mono/Stereo
  50.      PCM0       8/16 bit Mono/Stereo
  51.      TWOS       8/16 bit Mono/Stereo
  52.      IMA ADPCM    16 bit Mono/Stereo
  53.  
  54.  CyberQT is Copyright (c)1996-1997 by Thore Boeckelmann.
  55.  
  56.  
  57.  Changes since V1.2:
  58.   - again some fixes for elst data. Who invented this bullshit? :(
  59.   - fixed bug introduced in V1.2 that caused CyberQT to play some animations
  60.     with maximum speed instead of normal speed. Thanks to Thomas Wenzel for
  61.     reporting this.
  62.   - IMA stereo decoder was completely broken and caused immediate crashes.
  63.     This is fixed now.
  64.   - dithering is now available for all truecolor encodings and looks much
  65.     better than before
  66.   - implemented automatic resampling of audio data, if frequency is >27kHz and
  67.     no double scanned video mode is available
  68.   - optimizied skipping detection. CyberQT now skips less often than before and
  69.     produces more smooth playback.
  70.   - audio-only QTs are now played correctly
  71.   - skipping is now (hopefully) perfect and never activated if there is no need
  72.     to skip
  73.   - some more optimizations for skipping detection
  74.   - complete reworte timing calculation. garbagecollector.library is required
  75.     now.
  76.   - added support for stereo audio splitted into two mono streams
  77.   - displaying colormapped animations (8bit or less) on public truecolor
  78.     screens is now possible with CyberGraphX 3 (rev 41.9 and up). Much thanks
  79.     to Frank Mariak to implement this function for me :)
  80.   - hopefully last chnages on elst-chunk calculations. All my "problem-movies"
  81.     are now played 99.99% in time.
  82.   - added very simple support for edits to be played multiple times. Currently
  83.     only one frame is supported.
  84.   - very small audio frames are now merged to larger ones if possible to avoid
  85.     unnecessary overhead on audio.device
  86.   - finally managed to implement JPEG decoding. I can't explain why it didn't
  87.     work before. But be warned: it is DAMN slow. You need at least an
  88.     MC68060/50 for nearly smooth playback!
  89.   - fixed problems with elst data for audio tracks. Only elst data for video
  90.     tracks where handled before.
  91.   - very much thanks to Thomas Wenzel for burning a CD for me. Unfortunately he
  92.     renamed the ".resource" directory to "resource", so this is now possible
  93.     for resource forks, too :)
  94.   - some small optimizations
  95.  
  96.